home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / 3DLIB25.ZIP / 3DLIB.DOC < prev    next >
Text File  |  1993-12-26  |  26KB  |  523 lines

  1.  
  2.  ╔══════════════════════════════════════════════════════════════════════════╗
  3.  ║                                                                          ║
  4.  ║                                 ISoft D&M                                ║
  5.  ║                               P.O.Box. 5517                              ║
  6.  ║                         Coralville IA 52241 U.S.A                        ║
  7.  ║                          Compuserve - 76350,333                          ║
  8.  ║                        Phone/Fax - (319) 351-8413                        ║
  9.  ║                                                                          ║
  10.  ╚══════════════════════════════════════════════════════════════════════════╝ 
  11.  
  12. *******************************************************************************
  13. *                                    3dLIB                                    *
  14. * 3dLIB - 3D Graphic objects library for Turbo Pascal Programmers. V2.5       *
  15. * Last Update : Dec. 25, 1993.                                                *
  16. *******************************************************************************
  17.  
  18. *******************************************************************************
  19. *                                 FILE - LIST                                 *
  20. *******************************************************************************
  21.  
  22. The distribution package contains the following files :
  23.  
  24.         *       .TPU      - Pascal Units, DOS Real Mode :
  25.                             CTM3D   .TPU - Current Transformation Matrix definition.
  26.                             PROJECT3.TPU - Projection (3D -> 2D) unit.
  27.                             HDR3D   .TPU - Header to 3D structures.
  28.                             RTOBJ   .TPU - 3D Wire-Mesh objects.
  29.         *       .TPW      - Pascal Units, Windows :
  30.                             CTM3D   .TPW - Current Transformation Matrix definition.
  31.                             PROJECT3.TPW - Projection (3D -> 2D) unit.
  32.                             HDR3D   .TPW - Header to 3D structures.
  33.                             RTOBJ   .TPW - 3D Wire-Mesh objects.
  34.         *       .INT      - Pascal Units interfaces :
  35.                             CTM3D   .INT - Current Transformation Matrix definition.
  36.                             PROJECT3.INT - Projection (3D -> 2D) unit.
  37.                             HDR3D   .INT - Header to 3D structures.
  38.                             RTOBJ   .INT - 3D Wire-Mesh objects.
  39.         *       .PAS      - Pascal Sources, Demo Programs :
  40.                             DEMO3D  .PAS - A demo program - DOS.
  41.                             DEMO3DW .PAS - A demo program - Windows.
  42.         *       .3D2      - Demo OBJ3D Type object files :
  43.                             3       .3D2 - A 3 dimensional "3" character.
  44.                             BOX     .3D2 - A 3D box.
  45.                             D       .3D2 - A 3 dimensional "d" character.
  46.                             PROP    .3D2 - A 3D Propeller.
  47.                             PYR     .3D2 - A Pyramid.
  48.                             SUPROP  .3D2 - Another 3D Propeller.
  49.                             TRAP    .3D2 - A 3D Trapeze.
  50.                             TWOLAYER.3D2 - Demo 3DO defined object.
  51.         *       .3DS      - Demo ComplexObj type object files.
  52.                             BIMBO   .3DS 
  53.                             HOUSE   .3DS - A Very bad example of a house.
  54.                             INMID   .3DS
  55.                             MASHPECH.3DS
  56.                             MYTEST  .3DS
  57.                             TWOBOX  .3DS - 2 Boxes Object.        
  58.                             TWOEDGE .3DS 
  59.                             TWOPYR  .3DS - 2 Pyramids.
  60.         *       .3DD      - Demo object definition files.
  61.                             TWOLAYER.3DD - Two Layers - one above the other.
  62.                             TWOPYR  .3DD - The Two Pyramids Complex Object Src.
  63.         3DLIB   .DOC      - This file.
  64.         3DC     .EXE      - M3D to PAS source file translator. (DOS).
  65.         3DCW    .EXE      - Windows Hosted MDI M3D to PAS generator, and animator.
  66.         3DC     .DOC      - 3dC translator documentation.
  67.         3DA     .EXE      - 3dA Macro Animator (Interpreter) for the DOS environment.
  68.         3DO     .EXE      - 3dO object compiler - DOS.
  69.         3DO     .DOC      - 3dO object compiler documentation.
  70.         *       .M3D      - Sample macro programs.
  71.                             3DEMO   .M3D - Rotating '3' and 'D' objects.
  72.                             BOX3MV  .M3D - Spiral Box.
  73.                             BUG     .M3D - An old macro that once helped me to 
  74.                                            debug some of the 3D code.
  75.                             CLC     .M3D 
  76.                             FOXTROT .M3D - Named after the Genesis album (Why?)
  77.                             INTEGV  .M3D - A Nice macro.
  78.                             KUKU    .M3D
  79.                             NEWDEMO .M3D - A Long macro.
  80.                             PYR3MV  .M3D - Same as BOX3MV but with a pyramid.
  81.                             PYRMOV  .M3D
  82.                             PYRTYP  .M3D
  83.                             R2D2    .M3D
  84.                             SUPERBOX.M3D - A box that "moves" in space..
  85.                             TST     .M3D
  86.                             TWOBOXMV.M3D - A ComplexObject animated.
  87.                             ZOOZO   .M3D        
  88.         DEMO3D  .EXE      - Demo 3d animation program - DOS.
  89.         DEMO3DW .EXE      - Demo 3d animation program - Windows.
  90.         PROGRAMS.TXT      - ISoft D&M shareware products description.
  91.         3DLIB   .REG      - 3dLIB registration file.
  92.         3DLIB   .UPG      - 3dLIB upgrade file for registered users.
  93.         3DLIB   .RES      - 3dLIB resource file for windows programs.
  94.         3DCW    .HLP      - 3dCW on-line windows help file.
  95.         EGAVGA  .BGI      - BGI driver for EGA/VGA.
  96.         3DLIB   .TPH      - A BP IDE/THELP 3dLIB on-line help.
  97.  
  98.  
  99. *******************************************************************************
  100. *                                Why Register                                 *
  101. *******************************************************************************
  102.  
  103. 3dLIB is a shareware product, if you find this product valuable, please 
  104. register it. This section describes the reasons you should register.
  105.  
  106. By registering you will receive a diskette with the latest 3dLIB version, 
  107. the 3d environment program, for WYSIWYG object creation, the complete source 
  108. code for the 3d library, and - you will help us to create the next version of 
  109. 3dLIB - that will include even more features than the features that are 
  110. currently available!,  we might even add YOUR enhancement requests!
  111.  
  112. A Special Registration Bonus include the 3D Mania Screen Saver Module Source!
  113.  
  114. With your registered version you will also receive a Registration Bonus
  115. Certificate for one issue (or an additional issue if already a subscriber) of
  116. the "JCSM Shareware Collection"tm CD-ROM at a cost of only $9.95 ! (plus S&H).
  117. Offer valid through June 30, 1994. Only one certificate can be redeemed per 
  118. issue.
  119.  
  120. To order your registered copy of 3dLIB please do one of the following:
  121.  
  122. 1. Order from ISoft D&M:
  123.     You can order directly from ISoft D&M. Please refer to the supplied 
  124.     3DLIB.REG file. Edit it, print it and mail it (with a check) to: 
  125.         ISoft D&M,  
  126.         P.O.Box 5517
  127.         Coralville Iowa 52241, U.S.A
  128.     If you are outside the US and Canada, please note the following:
  129.         - the S&H fee 
  130.         - wire-transfer payments can be arranged. Please contact ISoft D&M.
  131.  
  132. 2. Order from PsL:
  133.     You can order from Public (software) Library with your MC, Visa, AmEx 
  134.     or Discover card by calling 800-242-4PsL (from overseas: 713-524-6394) 
  135.     or by FAX to 713-524-6398 or by Compuserve to 71355,470. 
  136.     These numbers are for ordering only. ISoft D&M can NOT be reached at 
  137.     those numbers. Please contact ISoft D&M directly for any other type of 
  138.     problem (technical or other), information or request.
  139.  
  140. Registered users Upgrade note:
  141. ------------------------------
  142. If you registered 3dLIB version 2